Drawing.matrixMultiply Method
Multiplies two affine transform matrices to produce a single transform that represents
the application of matrix2 followed by matrix1.
This method is static.
Parameters
- matrix1
-
Type: Array
ElementType: Number
The first array that represents an
affine transform containing elements m11, m12, m13, m21, m22, m23, respectively.
- matrix2
-
Type: Array
ElementType: Number
The second array that represents an
affine transform containing elements m11, m12, m13, m21, m22, m23, respectively.
Return Value
Type: Array
ElementType: Number
An array that represents the combined affine transform containing elements
m11, m12, m13, m21, m22, m23, respectively.